ServiceSetOutOfOffice Method (OutOfOffice, EmailAddress) |
Sets the Out of Office settings for a specific mailbox.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Response SetOutOfOffice(
OutOfOffice outOfOffice,
EmailAddress emailAddress
)
Public Function SetOutOfOffice (
outOfOffice As OutOfOffice,
emailAddress As EmailAddress
) As Response
Parameters
- outOfOffice
- Type: Independentsoft.ExchangeOutOfOffice
The OOF settings. - emailAddress
- Type: Independentsoft.ExchangeEmailAddress
The SMTP address of the user for which to set OOF settings.
Return Value
Type:
ResponseResponse.
See Also